home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / masdir43.arc / SDLFINIS.BAT < prev    next >
DOS Batch File  |  1989-06-19  |  2KB  |  62 lines

  1. ECHO Off
  2. IF NOT .%3 == . GOTO PARMSOK
  3. ECHO Please start the setup program by running SDLSETUP.
  4. GOTO QUIT
  5. :PARMSOK
  6. sdl_get B
  7. ECHO * * *
  8. :TITLE ... now another check on the SDL version to avoid problems.
  9. IF NOT .%1 == .143 GOTO VERSION
  10. IF NOT .%2 == .144 GOTO VERSION
  11. sdl_get B
  12. ECHO * * *
  13. ECHO This is the last section:
  14. ECHO * * *
  15. ECHO Registered users may customize the titles on the first two header
  16. ECHO lines.  These titles will display or not depending on the Hdr
  17. ECHO default setting.  They can be toggled on or off with the /H option.
  18. Echo In order to protect the copyright notice this customization feature
  19. Echo is not available in the shareware version.
  20. ECHO * * *
  21. :REM Better make another check on SDL Version (see REM below).
  22. SDL /!
  23. IF NOT ERRORLEVEL %1 GOTO VERSION
  24. IF ERRORLEVEL %2 GOTO VERSION
  25. REM Check the size of SDL.COM
  26. sdl_get F SDL.COM
  27. IF NOT ERRORLEVEL 1 GOTO :SIZEOK
  28. REM The size must match what is passed in %3, else version is incorrect.
  29. IF NOT .%3 == .%GET% GOTO VERSION
  30. :SIZEOK
  31. ECHO * * *
  32. :END
  33. Echo E 23b 00 00 >>SDLSETUP.TXT
  34. sdl_get $
  35. IF ERRORLEVEL 1 Echo E 23B %GET%>>SDLSETUP.TXT
  36. IF NOT EXIST SDLSETUP.TXT GOTO NOCHANGE
  37. sdl_get F SDLSETUP.TXT
  38. IF NOT ERRORLEVEL 1 GOTO NOCHANGE
  39. echo * * *
  40. ECHO Input complete, now updating SDL.COM . . .
  41. echo SDL is being adjusted for a 30 day evaluation period, enjoy!
  42. Echo This will turn off the reminder line for a 30 day period to let
  43. Echo you enjoy SDL in peace.  If you are still using this unregistered
  44. Echo copy of SDL at the end of that time, the reminder line will
  45. Echo reappear.  Please support the shareware concept by registering.
  46. echo * * *
  47. SDLDEBUG
  48. REM BATch commands end here, the rest are error messages.
  49. GOTO QUIT
  50. :VERSION
  51. ECHO The version of SDL is incompatible with this version of SDLSETUP.
  52. Echo Please copy compatible versions from your original disk and try again.
  53. :NOCHANGE
  54. ECHO * * *
  55. ECHO NO CHANGES HAVE BEEN MADE TO SDL.COM!
  56. IF EXIST SDLSETUP.TXT ERASE SDLSETUP.TXT
  57. :QUIT
  58. pause
  59. if exist menu.bat menu
  60. SET GET=
  61. ECHO Exiting to DOS ...
  62.